home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / GMSMTH01.ZIP / INCLUDE / GSOUND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  351 b   |  26 lines

  1. /*
  2.    Copyright 1993, Alec Russell, ALL rights reserved
  3.  
  4.    FILE : gsound.c
  5.  
  6.    totally bogus file.
  7.  
  8.    HISTORY:
  9.       created : may 31, 1993
  10.       updates :
  11.  
  12. */
  13.  
  14.  
  15. #ifndef DEF_GSOUND
  16. #define DEF_GSOUND 1
  17.  
  18. void click(void);
  19. void beep(void);
  20.  
  21. #endif
  22.  
  23.  
  24. /* ------------------------------ end of file ------------------------- */
  25.  
  26.